↳ Prolog
↳ PrologToPiTRSProof
in_in_ag(X, tree(X, X1, X2)) → in_out_ag(X, tree(X, X1, X2))
in_in_ag(X, tree(Y, Left, X1)) → U1_ag(X, Y, Left, X1, less_in_ag(X, Y))
less_in_ag(0, s(X)) → less_out_ag(0, s(X))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_ag(X, Y, Left, X1, less_out_ag(X, Y)) → U2_ag(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(X, X1, X2)) → in_out_gg(X, tree(X, X1, X2))
in_in_gg(X, tree(Y, Left, X1)) → U1_gg(X, Y, Left, X1, less_in_gg(X, Y))
less_in_gg(0, s(X)) → less_out_gg(0, s(X))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gg(X, Y, Left, X1, less_out_gg(X, Y)) → U2_gg(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(Y, X1, Right)) → U3_gg(X, Y, X1, Right, less_in_gg(Y, X))
U3_gg(X, Y, X1, Right, less_out_gg(Y, X)) → U4_gg(X, Y, X1, Right, in_in_gg(X, Right))
U4_gg(X, Y, X1, Right, in_out_gg(X, Right)) → in_out_gg(X, tree(Y, X1, Right))
U2_gg(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_gg(X, tree(Y, Left, X1))
U2_ag(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_ag(X, tree(Y, Left, X1))
in_in_ag(X, tree(Y, X1, Right)) → U3_ag(X, Y, X1, Right, less_in_ga(Y, X))
less_in_ga(0, s(X)) → less_out_ga(0, s(X))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_ag(X, Y, X1, Right, less_out_ga(Y, X)) → U4_ag(X, Y, X1, Right, in_in_ag(X, Right))
U4_ag(X, Y, X1, Right, in_out_ag(X, Right)) → in_out_ag(X, tree(Y, X1, Right))
Infinitary Constructor Rewriting Termination of PiTRS implies Termination of Prolog
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
in_in_ag(X, tree(X, X1, X2)) → in_out_ag(X, tree(X, X1, X2))
in_in_ag(X, tree(Y, Left, X1)) → U1_ag(X, Y, Left, X1, less_in_ag(X, Y))
less_in_ag(0, s(X)) → less_out_ag(0, s(X))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_ag(X, Y, Left, X1, less_out_ag(X, Y)) → U2_ag(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(X, X1, X2)) → in_out_gg(X, tree(X, X1, X2))
in_in_gg(X, tree(Y, Left, X1)) → U1_gg(X, Y, Left, X1, less_in_gg(X, Y))
less_in_gg(0, s(X)) → less_out_gg(0, s(X))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gg(X, Y, Left, X1, less_out_gg(X, Y)) → U2_gg(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(Y, X1, Right)) → U3_gg(X, Y, X1, Right, less_in_gg(Y, X))
U3_gg(X, Y, X1, Right, less_out_gg(Y, X)) → U4_gg(X, Y, X1, Right, in_in_gg(X, Right))
U4_gg(X, Y, X1, Right, in_out_gg(X, Right)) → in_out_gg(X, tree(Y, X1, Right))
U2_gg(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_gg(X, tree(Y, Left, X1))
U2_ag(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_ag(X, tree(Y, Left, X1))
in_in_ag(X, tree(Y, X1, Right)) → U3_ag(X, Y, X1, Right, less_in_ga(Y, X))
less_in_ga(0, s(X)) → less_out_ga(0, s(X))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_ag(X, Y, X1, Right, less_out_ga(Y, X)) → U4_ag(X, Y, X1, Right, in_in_ag(X, Right))
U4_ag(X, Y, X1, Right, in_out_ag(X, Right)) → in_out_ag(X, tree(Y, X1, Right))
IN_IN_AG(X, tree(Y, Left, X1)) → U1_AG(X, Y, Left, X1, less_in_ag(X, Y))
IN_IN_AG(X, tree(Y, Left, X1)) → LESS_IN_AG(X, Y)
LESS_IN_AG(s(X), s(Y)) → U5_AG(X, Y, less_in_ag(X, Y))
LESS_IN_AG(s(X), s(Y)) → LESS_IN_AG(X, Y)
U1_AG(X, Y, Left, X1, less_out_ag(X, Y)) → U2_AG(X, Y, Left, X1, in_in_gg(X, Left))
U1_AG(X, Y, Left, X1, less_out_ag(X, Y)) → IN_IN_GG(X, Left)
IN_IN_GG(X, tree(Y, Left, X1)) → U1_GG(X, Y, Left, X1, less_in_gg(X, Y))
IN_IN_GG(X, tree(Y, Left, X1)) → LESS_IN_GG(X, Y)
LESS_IN_GG(s(X), s(Y)) → U5_GG(X, Y, less_in_gg(X, Y))
LESS_IN_GG(s(X), s(Y)) → LESS_IN_GG(X, Y)
U1_GG(X, Y, Left, X1, less_out_gg(X, Y)) → U2_GG(X, Y, Left, X1, in_in_gg(X, Left))
U1_GG(X, Y, Left, X1, less_out_gg(X, Y)) → IN_IN_GG(X, Left)
IN_IN_GG(X, tree(Y, X1, Right)) → U3_GG(X, Y, X1, Right, less_in_gg(Y, X))
IN_IN_GG(X, tree(Y, X1, Right)) → LESS_IN_GG(Y, X)
U3_GG(X, Y, X1, Right, less_out_gg(Y, X)) → U4_GG(X, Y, X1, Right, in_in_gg(X, Right))
U3_GG(X, Y, X1, Right, less_out_gg(Y, X)) → IN_IN_GG(X, Right)
IN_IN_AG(X, tree(Y, X1, Right)) → U3_AG(X, Y, X1, Right, less_in_ga(Y, X))
IN_IN_AG(X, tree(Y, X1, Right)) → LESS_IN_GA(Y, X)
LESS_IN_GA(s(X), s(Y)) → U5_GA(X, Y, less_in_ga(X, Y))
LESS_IN_GA(s(X), s(Y)) → LESS_IN_GA(X, Y)
U3_AG(X, Y, X1, Right, less_out_ga(Y, X)) → U4_AG(X, Y, X1, Right, in_in_ag(X, Right))
U3_AG(X, Y, X1, Right, less_out_ga(Y, X)) → IN_IN_AG(X, Right)
in_in_ag(X, tree(X, X1, X2)) → in_out_ag(X, tree(X, X1, X2))
in_in_ag(X, tree(Y, Left, X1)) → U1_ag(X, Y, Left, X1, less_in_ag(X, Y))
less_in_ag(0, s(X)) → less_out_ag(0, s(X))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_ag(X, Y, Left, X1, less_out_ag(X, Y)) → U2_ag(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(X, X1, X2)) → in_out_gg(X, tree(X, X1, X2))
in_in_gg(X, tree(Y, Left, X1)) → U1_gg(X, Y, Left, X1, less_in_gg(X, Y))
less_in_gg(0, s(X)) → less_out_gg(0, s(X))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gg(X, Y, Left, X1, less_out_gg(X, Y)) → U2_gg(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(Y, X1, Right)) → U3_gg(X, Y, X1, Right, less_in_gg(Y, X))
U3_gg(X, Y, X1, Right, less_out_gg(Y, X)) → U4_gg(X, Y, X1, Right, in_in_gg(X, Right))
U4_gg(X, Y, X1, Right, in_out_gg(X, Right)) → in_out_gg(X, tree(Y, X1, Right))
U2_gg(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_gg(X, tree(Y, Left, X1))
U2_ag(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_ag(X, tree(Y, Left, X1))
in_in_ag(X, tree(Y, X1, Right)) → U3_ag(X, Y, X1, Right, less_in_ga(Y, X))
less_in_ga(0, s(X)) → less_out_ga(0, s(X))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_ag(X, Y, X1, Right, less_out_ga(Y, X)) → U4_ag(X, Y, X1, Right, in_in_ag(X, Right))
U4_ag(X, Y, X1, Right, in_out_ag(X, Right)) → in_out_ag(X, tree(Y, X1, Right))
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
IN_IN_AG(X, tree(Y, Left, X1)) → U1_AG(X, Y, Left, X1, less_in_ag(X, Y))
IN_IN_AG(X, tree(Y, Left, X1)) → LESS_IN_AG(X, Y)
LESS_IN_AG(s(X), s(Y)) → U5_AG(X, Y, less_in_ag(X, Y))
LESS_IN_AG(s(X), s(Y)) → LESS_IN_AG(X, Y)
U1_AG(X, Y, Left, X1, less_out_ag(X, Y)) → U2_AG(X, Y, Left, X1, in_in_gg(X, Left))
U1_AG(X, Y, Left, X1, less_out_ag(X, Y)) → IN_IN_GG(X, Left)
IN_IN_GG(X, tree(Y, Left, X1)) → U1_GG(X, Y, Left, X1, less_in_gg(X, Y))
IN_IN_GG(X, tree(Y, Left, X1)) → LESS_IN_GG(X, Y)
LESS_IN_GG(s(X), s(Y)) → U5_GG(X, Y, less_in_gg(X, Y))
LESS_IN_GG(s(X), s(Y)) → LESS_IN_GG(X, Y)
U1_GG(X, Y, Left, X1, less_out_gg(X, Y)) → U2_GG(X, Y, Left, X1, in_in_gg(X, Left))
U1_GG(X, Y, Left, X1, less_out_gg(X, Y)) → IN_IN_GG(X, Left)
IN_IN_GG(X, tree(Y, X1, Right)) → U3_GG(X, Y, X1, Right, less_in_gg(Y, X))
IN_IN_GG(X, tree(Y, X1, Right)) → LESS_IN_GG(Y, X)
U3_GG(X, Y, X1, Right, less_out_gg(Y, X)) → U4_GG(X, Y, X1, Right, in_in_gg(X, Right))
U3_GG(X, Y, X1, Right, less_out_gg(Y, X)) → IN_IN_GG(X, Right)
IN_IN_AG(X, tree(Y, X1, Right)) → U3_AG(X, Y, X1, Right, less_in_ga(Y, X))
IN_IN_AG(X, tree(Y, X1, Right)) → LESS_IN_GA(Y, X)
LESS_IN_GA(s(X), s(Y)) → U5_GA(X, Y, less_in_ga(X, Y))
LESS_IN_GA(s(X), s(Y)) → LESS_IN_GA(X, Y)
U3_AG(X, Y, X1, Right, less_out_ga(Y, X)) → U4_AG(X, Y, X1, Right, in_in_ag(X, Right))
U3_AG(X, Y, X1, Right, less_out_ga(Y, X)) → IN_IN_AG(X, Right)
in_in_ag(X, tree(X, X1, X2)) → in_out_ag(X, tree(X, X1, X2))
in_in_ag(X, tree(Y, Left, X1)) → U1_ag(X, Y, Left, X1, less_in_ag(X, Y))
less_in_ag(0, s(X)) → less_out_ag(0, s(X))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_ag(X, Y, Left, X1, less_out_ag(X, Y)) → U2_ag(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(X, X1, X2)) → in_out_gg(X, tree(X, X1, X2))
in_in_gg(X, tree(Y, Left, X1)) → U1_gg(X, Y, Left, X1, less_in_gg(X, Y))
less_in_gg(0, s(X)) → less_out_gg(0, s(X))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gg(X, Y, Left, X1, less_out_gg(X, Y)) → U2_gg(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(Y, X1, Right)) → U3_gg(X, Y, X1, Right, less_in_gg(Y, X))
U3_gg(X, Y, X1, Right, less_out_gg(Y, X)) → U4_gg(X, Y, X1, Right, in_in_gg(X, Right))
U4_gg(X, Y, X1, Right, in_out_gg(X, Right)) → in_out_gg(X, tree(Y, X1, Right))
U2_gg(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_gg(X, tree(Y, Left, X1))
U2_ag(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_ag(X, tree(Y, Left, X1))
in_in_ag(X, tree(Y, X1, Right)) → U3_ag(X, Y, X1, Right, less_in_ga(Y, X))
less_in_ga(0, s(X)) → less_out_ga(0, s(X))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_ag(X, Y, X1, Right, less_out_ga(Y, X)) → U4_ag(X, Y, X1, Right, in_in_ag(X, Right))
U4_ag(X, Y, X1, Right, in_out_ag(X, Right)) → in_out_ag(X, tree(Y, X1, Right))
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDP
↳ PiDP
↳ PiDP
LESS_IN_GA(s(X), s(Y)) → LESS_IN_GA(X, Y)
in_in_ag(X, tree(X, X1, X2)) → in_out_ag(X, tree(X, X1, X2))
in_in_ag(X, tree(Y, Left, X1)) → U1_ag(X, Y, Left, X1, less_in_ag(X, Y))
less_in_ag(0, s(X)) → less_out_ag(0, s(X))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_ag(X, Y, Left, X1, less_out_ag(X, Y)) → U2_ag(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(X, X1, X2)) → in_out_gg(X, tree(X, X1, X2))
in_in_gg(X, tree(Y, Left, X1)) → U1_gg(X, Y, Left, X1, less_in_gg(X, Y))
less_in_gg(0, s(X)) → less_out_gg(0, s(X))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gg(X, Y, Left, X1, less_out_gg(X, Y)) → U2_gg(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(Y, X1, Right)) → U3_gg(X, Y, X1, Right, less_in_gg(Y, X))
U3_gg(X, Y, X1, Right, less_out_gg(Y, X)) → U4_gg(X, Y, X1, Right, in_in_gg(X, Right))
U4_gg(X, Y, X1, Right, in_out_gg(X, Right)) → in_out_gg(X, tree(Y, X1, Right))
U2_gg(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_gg(X, tree(Y, Left, X1))
U2_ag(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_ag(X, tree(Y, Left, X1))
in_in_ag(X, tree(Y, X1, Right)) → U3_ag(X, Y, X1, Right, less_in_ga(Y, X))
less_in_ga(0, s(X)) → less_out_ga(0, s(X))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_ag(X, Y, X1, Right, less_out_ga(Y, X)) → U4_ag(X, Y, X1, Right, in_in_ag(X, Right))
U4_ag(X, Y, X1, Right, in_out_ag(X, Right)) → in_out_ag(X, tree(Y, X1, Right))
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDPToQDPProof
↳ PiDP
↳ PiDP
↳ PiDP
↳ PiDP
LESS_IN_GA(s(X), s(Y)) → LESS_IN_GA(X, Y)
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDPToQDPProof
↳ QDP
↳ QDPSizeChangeProof
↳ PiDP
↳ PiDP
↳ PiDP
↳ PiDP
LESS_IN_GA(s(X)) → LESS_IN_GA(X)
From the DPs we obtained the following set of size-change graphs:
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDP
↳ PiDP
LESS_IN_GG(s(X), s(Y)) → LESS_IN_GG(X, Y)
in_in_ag(X, tree(X, X1, X2)) → in_out_ag(X, tree(X, X1, X2))
in_in_ag(X, tree(Y, Left, X1)) → U1_ag(X, Y, Left, X1, less_in_ag(X, Y))
less_in_ag(0, s(X)) → less_out_ag(0, s(X))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_ag(X, Y, Left, X1, less_out_ag(X, Y)) → U2_ag(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(X, X1, X2)) → in_out_gg(X, tree(X, X1, X2))
in_in_gg(X, tree(Y, Left, X1)) → U1_gg(X, Y, Left, X1, less_in_gg(X, Y))
less_in_gg(0, s(X)) → less_out_gg(0, s(X))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gg(X, Y, Left, X1, less_out_gg(X, Y)) → U2_gg(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(Y, X1, Right)) → U3_gg(X, Y, X1, Right, less_in_gg(Y, X))
U3_gg(X, Y, X1, Right, less_out_gg(Y, X)) → U4_gg(X, Y, X1, Right, in_in_gg(X, Right))
U4_gg(X, Y, X1, Right, in_out_gg(X, Right)) → in_out_gg(X, tree(Y, X1, Right))
U2_gg(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_gg(X, tree(Y, Left, X1))
U2_ag(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_ag(X, tree(Y, Left, X1))
in_in_ag(X, tree(Y, X1, Right)) → U3_ag(X, Y, X1, Right, less_in_ga(Y, X))
less_in_ga(0, s(X)) → less_out_ga(0, s(X))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_ag(X, Y, X1, Right, less_out_ga(Y, X)) → U4_ag(X, Y, X1, Right, in_in_ag(X, Right))
U4_ag(X, Y, X1, Right, in_out_ag(X, Right)) → in_out_ag(X, tree(Y, X1, Right))
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDPToQDPProof
↳ PiDP
↳ PiDP
↳ PiDP
LESS_IN_GG(s(X), s(Y)) → LESS_IN_GG(X, Y)
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDPToQDPProof
↳ QDP
↳ QDPSizeChangeProof
↳ PiDP
↳ PiDP
↳ PiDP
LESS_IN_GG(s(X), s(Y)) → LESS_IN_GG(X, Y)
From the DPs we obtained the following set of size-change graphs:
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ PiDP
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDP
U1_GG(X, Y, Left, X1, less_out_gg(X, Y)) → IN_IN_GG(X, Left)
U3_GG(X, Y, X1, Right, less_out_gg(Y, X)) → IN_IN_GG(X, Right)
IN_IN_GG(X, tree(Y, X1, Right)) → U3_GG(X, Y, X1, Right, less_in_gg(Y, X))
IN_IN_GG(X, tree(Y, Left, X1)) → U1_GG(X, Y, Left, X1, less_in_gg(X, Y))
in_in_ag(X, tree(X, X1, X2)) → in_out_ag(X, tree(X, X1, X2))
in_in_ag(X, tree(Y, Left, X1)) → U1_ag(X, Y, Left, X1, less_in_ag(X, Y))
less_in_ag(0, s(X)) → less_out_ag(0, s(X))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_ag(X, Y, Left, X1, less_out_ag(X, Y)) → U2_ag(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(X, X1, X2)) → in_out_gg(X, tree(X, X1, X2))
in_in_gg(X, tree(Y, Left, X1)) → U1_gg(X, Y, Left, X1, less_in_gg(X, Y))
less_in_gg(0, s(X)) → less_out_gg(0, s(X))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gg(X, Y, Left, X1, less_out_gg(X, Y)) → U2_gg(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(Y, X1, Right)) → U3_gg(X, Y, X1, Right, less_in_gg(Y, X))
U3_gg(X, Y, X1, Right, less_out_gg(Y, X)) → U4_gg(X, Y, X1, Right, in_in_gg(X, Right))
U4_gg(X, Y, X1, Right, in_out_gg(X, Right)) → in_out_gg(X, tree(Y, X1, Right))
U2_gg(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_gg(X, tree(Y, Left, X1))
U2_ag(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_ag(X, tree(Y, Left, X1))
in_in_ag(X, tree(Y, X1, Right)) → U3_ag(X, Y, X1, Right, less_in_ga(Y, X))
less_in_ga(0, s(X)) → less_out_ga(0, s(X))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_ag(X, Y, X1, Right, less_out_ga(Y, X)) → U4_ag(X, Y, X1, Right, in_in_ag(X, Right))
U4_ag(X, Y, X1, Right, in_out_ag(X, Right)) → in_out_ag(X, tree(Y, X1, Right))
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ PiDP
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDPToQDPProof
↳ PiDP
↳ PiDP
U1_GG(X, Y, Left, X1, less_out_gg(X, Y)) → IN_IN_GG(X, Left)
U3_GG(X, Y, X1, Right, less_out_gg(Y, X)) → IN_IN_GG(X, Right)
IN_IN_GG(X, tree(Y, X1, Right)) → U3_GG(X, Y, X1, Right, less_in_gg(Y, X))
IN_IN_GG(X, tree(Y, Left, X1)) → U1_GG(X, Y, Left, X1, less_in_gg(X, Y))
less_in_gg(0, s(X)) → less_out_gg(0, s(X))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ PiDP
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDPToQDPProof
↳ QDP
↳ QDPSizeChangeProof
↳ PiDP
↳ PiDP
IN_IN_GG(X, tree(Y, Left, X1)) → U1_GG(X, Left, less_in_gg(X, Y))
U3_GG(X, Right, less_out_gg) → IN_IN_GG(X, Right)
U1_GG(X, Left, less_out_gg) → IN_IN_GG(X, Left)
IN_IN_GG(X, tree(Y, X1, Right)) → U3_GG(X, Right, less_in_gg(Y, X))
less_in_gg(0, s(X)) → less_out_gg
less_in_gg(s(X), s(Y)) → U5_gg(less_in_gg(X, Y))
U5_gg(less_out_gg) → less_out_gg
less_in_gg(x0, x1)
U5_gg(x0)
From the DPs we obtained the following set of size-change graphs:
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ PiDP
↳ PiDP
↳ PiDP
↳ UsableRulesProof
↳ PiDP
LESS_IN_AG(s(X), s(Y)) → LESS_IN_AG(X, Y)
in_in_ag(X, tree(X, X1, X2)) → in_out_ag(X, tree(X, X1, X2))
in_in_ag(X, tree(Y, Left, X1)) → U1_ag(X, Y, Left, X1, less_in_ag(X, Y))
less_in_ag(0, s(X)) → less_out_ag(0, s(X))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_ag(X, Y, Left, X1, less_out_ag(X, Y)) → U2_ag(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(X, X1, X2)) → in_out_gg(X, tree(X, X1, X2))
in_in_gg(X, tree(Y, Left, X1)) → U1_gg(X, Y, Left, X1, less_in_gg(X, Y))
less_in_gg(0, s(X)) → less_out_gg(0, s(X))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gg(X, Y, Left, X1, less_out_gg(X, Y)) → U2_gg(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(Y, X1, Right)) → U3_gg(X, Y, X1, Right, less_in_gg(Y, X))
U3_gg(X, Y, X1, Right, less_out_gg(Y, X)) → U4_gg(X, Y, X1, Right, in_in_gg(X, Right))
U4_gg(X, Y, X1, Right, in_out_gg(X, Right)) → in_out_gg(X, tree(Y, X1, Right))
U2_gg(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_gg(X, tree(Y, Left, X1))
U2_ag(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_ag(X, tree(Y, Left, X1))
in_in_ag(X, tree(Y, X1, Right)) → U3_ag(X, Y, X1, Right, less_in_ga(Y, X))
less_in_ga(0, s(X)) → less_out_ga(0, s(X))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_ag(X, Y, X1, Right, less_out_ga(Y, X)) → U4_ag(X, Y, X1, Right, in_in_ag(X, Right))
U4_ag(X, Y, X1, Right, in_out_ag(X, Right)) → in_out_ag(X, tree(Y, X1, Right))
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ PiDP
↳ PiDP
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDPToQDPProof
↳ PiDP
LESS_IN_AG(s(X), s(Y)) → LESS_IN_AG(X, Y)
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ PiDP
↳ PiDP
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDPToQDPProof
↳ QDP
↳ QDPSizeChangeProof
↳ PiDP
LESS_IN_AG(s(Y)) → LESS_IN_AG(Y)
From the DPs we obtained the following set of size-change graphs:
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ PiDP
↳ PiDP
↳ PiDP
↳ PiDP
↳ UsableRulesProof
IN_IN_AG(X, tree(Y, X1, Right)) → U3_AG(X, Y, X1, Right, less_in_ga(Y, X))
U3_AG(X, Y, X1, Right, less_out_ga(Y, X)) → IN_IN_AG(X, Right)
in_in_ag(X, tree(X, X1, X2)) → in_out_ag(X, tree(X, X1, X2))
in_in_ag(X, tree(Y, Left, X1)) → U1_ag(X, Y, Left, X1, less_in_ag(X, Y))
less_in_ag(0, s(X)) → less_out_ag(0, s(X))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_ag(X, Y, Left, X1, less_out_ag(X, Y)) → U2_ag(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(X, X1, X2)) → in_out_gg(X, tree(X, X1, X2))
in_in_gg(X, tree(Y, Left, X1)) → U1_gg(X, Y, Left, X1, less_in_gg(X, Y))
less_in_gg(0, s(X)) → less_out_gg(0, s(X))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gg(X, Y, Left, X1, less_out_gg(X, Y)) → U2_gg(X, Y, Left, X1, in_in_gg(X, Left))
in_in_gg(X, tree(Y, X1, Right)) → U3_gg(X, Y, X1, Right, less_in_gg(Y, X))
U3_gg(X, Y, X1, Right, less_out_gg(Y, X)) → U4_gg(X, Y, X1, Right, in_in_gg(X, Right))
U4_gg(X, Y, X1, Right, in_out_gg(X, Right)) → in_out_gg(X, tree(Y, X1, Right))
U2_gg(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_gg(X, tree(Y, Left, X1))
U2_ag(X, Y, Left, X1, in_out_gg(X, Left)) → in_out_ag(X, tree(Y, Left, X1))
in_in_ag(X, tree(Y, X1, Right)) → U3_ag(X, Y, X1, Right, less_in_ga(Y, X))
less_in_ga(0, s(X)) → less_out_ga(0, s(X))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_ag(X, Y, X1, Right, less_out_ga(Y, X)) → U4_ag(X, Y, X1, Right, in_in_ag(X, Right))
U4_ag(X, Y, X1, Right, in_out_ag(X, Right)) → in_out_ag(X, tree(Y, X1, Right))
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ PiDP
↳ PiDP
↳ PiDP
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDPToQDPProof
IN_IN_AG(X, tree(Y, X1, Right)) → U3_AG(X, Y, X1, Right, less_in_ga(Y, X))
U3_AG(X, Y, X1, Right, less_out_ga(Y, X)) → IN_IN_AG(X, Right)
less_in_ga(0, s(X)) → less_out_ga(0, s(X))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
↳ Prolog
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ PiDP
↳ PiDP
↳ PiDP
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDPToQDPProof
↳ QDP
↳ QDPSizeChangeProof
U3_AG(Right, less_out_ga) → IN_IN_AG(Right)
IN_IN_AG(tree(Y, X1, Right)) → U3_AG(Right, less_in_ga(Y))
less_in_ga(0) → less_out_ga
less_in_ga(s(X)) → U5_ga(less_in_ga(X))
U5_ga(less_out_ga) → less_out_ga
less_in_ga(x0)
U5_ga(x0)
From the DPs we obtained the following set of size-change graphs: